home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / DEV / A-B / 005.HierMenus.cpt / HierMenus.make < prev    next >
Text File  |  1988-08-01  |  878b  |  37 lines

  1. #
  2. #    Apple Macintosh Developer Technical Support
  3. #
  4. #    Hierarchical Menu Example Application
  5. #
  6. #    HierMenus
  7. #
  8. #    HierMenus.make    -    Make Source
  9. #
  10. #    Copyright © 1988 Apple Computer, Inc.
  11. #    All rights reserved.
  12. #
  13. #    Versions:    1.0                    8/88
  14. #
  15. #    Components:    HierMenus.p            August 1, 1988
  16. #                HierMenus.r            August 1, 1988
  17. #                HierMenus.make        August 1, 1988
  18. #
  19. #    This  program is a simple example of how to use hierarchical menus
  20. #    in your application.
  21. #
  22. #    See Sample and TESample for the general structure and MultiFinder
  23. #    techniques that we recommend that you use when building a new application.
  24. #
  25.  
  26. PObjs        = HierMenus.p.o ∂
  27.                 "{Libraries}"Runtime.o ∂
  28.                 "{Libraries}"Interface.o ∂
  29.                 "{PLibraries}"PasLib.o
  30.  
  31. HierMenus    ƒƒ {PObjs} HierMenus.make
  32.         Link -o {Targ} {PObjs}
  33.         SetFile {Targ} -t APPL -c '????'
  34.  
  35. HierMenus    ƒƒ HierMenus.r HierMenus.make
  36.         Rez -rd -o {Targ} HierMenus.r -append
  37.